home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000313_news@columbia.edu _Mon Sep 9 13:39:29 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA26065 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Sep 1996 13:39:29 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA15045 for kermit.misc@watsun; Mon, 9 Sep 1996 13:39:28 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: IRQ problem
  8. Date: 9 Sep 1996 17:39:09 GMT
  9. Organization: Columbia University
  10. Lines: 15
  11. Message-ID: <511knt$49i@apakabar.cc.columbia.edu>
  12. References: <3234370E.3D38@worldnet.att.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <3234370E.3D38@worldnet.att.net>,
  16. Dave McAlister  <eexchange@worldnet.att.net> wrote:
  17. : How do I get Kermit to find a modem set to COM2 and IRQ5 these setting 
  18. : can't be changed as other perps are using all other ports & irqs. There
  19. : must be a way to change the settings in the mscustom.ini file but I 
  20. : have tried everything I can think of.
  21. set com2 \xaaaa \5
  22. set port 2
  23.  
  24. where aaaa is the hexadecimal hardware address.
  25.  
  26. - Frank
  27.  
  28.